Skip to content

feat: add Fold All/Unfold All commands to Generic Editor#1379

Merged
sebthom merged 2 commits intoeclipse-lsp4e:mainfrom
sebthom:fold-all
Nov 12, 2025
Merged

feat: add Fold All/Unfold All commands to Generic Editor#1379
sebthom merged 2 commits intoeclipse-lsp4e:mainfrom
sebthom:fold-all

Conversation

@sebthom
Copy link
Copy Markdown
Member

@sebthom sebthom commented Nov 12, 2025

Add handlers FoldAllHandler and UnfoldAllHandler calling ProjectionViewer collapseAll / expandAll.
Contribute actions to the editor popup Source menu. Add default keybindings: CTRL+SHIFT+NUMPAD_DIVIDE (Fold All), CTRL+SHIFT+NUMPAD_MULTIPLY (Unfold All).

Fixes eclipse-wildwebdeveloper/wildwebdeveloper#462

image image

Add handlers FoldAllHandler and UnfoldAllHandler calling
ProjectionViewer collapseAll / expandAll.
Contribute actions to the editor popup Source menu.
Add default keybindings: CTRL+SHIFT+NUMPAD_DIVIDE (Fold All),
CTRL+SHIFT+NUMPAD_MULTIPLY (Unfold All).
@sebthom sebthom merged commit f391665 into eclipse-lsp4e:main Nov 12, 2025
11 checks passed
@sebthom sebthom deleted the fold-all branch November 12, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request - Code Folding - Unable to fold all

2 participants